TenCubed Chess
Invented by: David Paolowich, 2005
Game hierarchy
• Game
• Generic Chess
• Generic x10
• Generic 10x10
• Grand Chess
• TenCubed Chess
Board
FEN: 2cwamwc2/1rnbqkbnr1/pppppppppp/10/10/10/10/PPPPPPPPPP/1RNBQKBNR1/2CWAMWC2 w - - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal |
Pawn | Pawn | P | Generic Chess | can promote; en passant; pawn structure evaluation |
Queen | Queen | Q | Grand Chess | trap king on back rank bonus |
Rook | Rook | R | Grand Chess | open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Grand Chess | colorbinding evaluation; outpost bonus |
Knight | Knight | N | Grand Chess | outpost bonus |
Archbishop | Archbishop | A | Grand Chess | |
Chancellor | Marshall | M | Grand Chess | open file bonus; trap king on back rank bonus; trap king on back rank bonus |
Wizard | Wizard | W | TenCubed Chess | colorbinding evaluation |
Champion | Champion | C | TenCubed Chess | |
Game Variables
Name = "TenCubed Chess"
Invented = "2005"
InventedBy = "David Paolowich"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "2cwamwc2/1rnbqkbnr1/pppppppppp/10/10/10/10/PPPPPPPPPP/1RNBQKBNR1/2CWAMWC2"
DeduplicateMoves = false
StaticExchangeEvaluation = true
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "QMA"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Declared in Generic x10:
PawnMultipleMove = Grand
Declared in Generic 10x10:
Castling = None
Rules
MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
GrandChessDevelopmentEvaluation
|